PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFPointData Class / setExtendedPoints Method
An array of arrays of values.
In This Topic
    setExtendedPoints Method
    In This Topic
    Sets the extended points.
    The number of elements in each interior array shall correspond to the size of the array; each element in the interior arrays is of a type defined by the corresponding name in the array.
    Syntax
    public void setExtendedPoints( 
       double[][] extendedPoints
    )

    Parameters

    extendedPoints
    An array of arrays of values.
    Exceptions
    ExceptionDescription
    When extendedPoints is null.
    See Also